Skip to content

)}

QueryablePattern.And(IObservable) method

Defined in

Type: QueryablePattern Namespace: System.Reactive.Joins Assembly: System.Reactive.dll

Applies to

netstandard2.0

public QueryablePattern<TSource1, TSource2, TSource3, TSource4, TSource5> And<TSource5>(IObservable<TSource5> other)

Summary: Creates a pattern that matches when all five observable sequences have an available element.

Type parameters

NameDescription
TSource5The type of the elements in the fifth observable sequence.

Parameters

NameTypeDescription
otherIObservableObservable sequence to match with the four previous sequences.

Returns: QueryablePattern -- Pattern object that matches when all observable sequences have an available element.

Exceptions

TypeCondition
System.ArgumentNullExceptionother is null.